-
-
Notifications
You must be signed in to change notification settings - Fork 8
Script updates #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Script updates #32
Conversation
- Removed .exe hardcoded extensions, so scripts masking scripts can be run instead - Default using curl instead of bitsadmin due to curl being native to windows now
- build.* build [lua_ver] has been changed to build.* driver [lua_ver] in the usage, due to the previous change going overlooked in the help message
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
=======================================
Coverage 17.24% 17.24%
=======================================
Files 5 5
Lines 603 603
=======================================
Hits 104 104
Misses 499 499
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…y to fix curl error
|
…in before_install
…in before_install removing from os
…ch to wget. I don't think this is necessary right now.
…ant find lc library
…ally changed it to expected behavior?
I have to give up on travis-ci while they fix their issues regarding openssl. |
- removed call per each batch file call in appveyor so everything is synchronized - added tests to appveyor - github ci removed calls also so everything is synchronized - reorgnized mingw build script gcc arguments - revert saved change where mingw build script added temporary debug information
…ny batch file run
…because of weird call nature being enforced
- added a ci folder - migrated all ci files to ci folder - updated yml files to execute builds and test sin new ci folder
Looks like there is a race error in building due to not being able to call my scripts and exit them with |
Looks like circle ci has the same exact issue as github. |
This library depends too heavily on objcopy, which is used to take puc-lua and run files through the official compiler code instead of reimplementing the compiler. It would be proper to reimplement to drop this dependency. |
- finally fixed locale code - linux now builds correctly - linux now installs - makefile fixed - added uninstaller to makefile and linux - dll path is searched relative to executable
No description provided.